home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Evatac Software / Preditor 3.0 / Preditor Folder / Languages / Pascal / Pascal.rsrc / STR#_601.txt < prev    next >
Text File  |  1995-11-16  |  574b  |  93 lines

  1. case  (‚Ä¢)
  2.     ‚Ä¢ : begin
  3.         ‚Ä¢
  4.     end
  5.  
  6. end {case{‚Ä¢
  7.  
  8. case
  9.  
  10. ‚àÜend else begin
  11. •
  12.  
  13. else
  14.  
  15. ‚àÜend else if (‚Ä¢) begin
  16. •
  17.  
  18. elseif
  19.  
  20. if (‚Ä¢) then begin
  21.     ‚Ä¢
  22. end {if}‚Ä¢
  23.  
  24. if
  25.  
  26. repeat
  27.     ‚Ä¢
  28. until (‚Ä¢);‚Ä¢
  29.  
  30. repeat
  31.  
  32. while (‚Ä¢) do begin
  33.     ‚Ä¢
  34. end {while}‚Ä¢
  35.  
  36. while
  37.  
  38. for ‚Ä¢ := ‚Ä¢ to ‚Ä¢ do begin
  39.     ‚Ä¢
  40. end {for}‚Ä¢
  41.  
  42. for
  43.  
  44. begin
  45.     ‚Ä¢
  46. end•
  47.  
  48. begin
  49.  
  50. record
  51.     ‚Ä¢
  52. end;•
  53.  
  54. record
  55.  
  56. var ‚Ä¢;‚Ä¢
  57.  
  58. var
  59.  
  60. type ‚Ä¢;‚Ä¢
  61.  
  62. type
  63.  
  64. const ‚Ä¢;‚Ä¢
  65.  
  66. const
  67.  
  68. label ‚Ä¢;‚Ä¢
  69.  
  70.  
  71. label
  72.  
  73. •(•);
  74. •begin
  75.     ‚Ä¢
  76. end {procedure ‚Ä¢}
  77.  
  78. •
  79.  
  80.  
  81. procedure
  82.  
  83. •(•):•;
  84. •begin
  85.     ‚Ä¢
  86. end {function ‚Ä¢}
  87.  
  88. •
  89.  
  90.  
  91. function
  92.  
  93.